home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / gui / precog2_1.lha / Precognition2_1 / src / src.lha / Library / StringGadgetClass.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-06  |  478 b   |  21 lines

  1. /* ==========================================================================
  2. **
  3. **                   StringGadgetClass.h
  4. **
  5. ** ©1991 WILLISoft
  6. **
  7. ** ==========================================================================
  8. */
  9.  
  10. #ifndef STRINGGADGETCLASS_H
  11. #define STRINGGADGETCLASS_H
  12.  
  13. #include "StringGadget.h"
  14. #include "ValuatorClass.h"
  15.  
  16.  
  17. struct ValuatorClass *StringGadgetClass __PARMS(( void ));
  18.  
  19. void StringGadgetClass_Init __PARMS(( struct ValuatorClass *class ));
  20.  
  21. #endif